home *** CD-ROM | disk | FTP | other *** search
/ Challenge Pack 3 / Challenge Pack 3.iso / install.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-29  |  601 b   |  25 lines

  1. @echo off
  2. if not exist \cdgames\cdshell\cdshell.exe echo Please run INSTALL from the CD-ROM drive root directory
  3. if not exist \cdgames\cdshell\cdshell.exe goto exit
  4. :direct
  5. cd \cdgames\cdshell
  6. if not exist cdshell.exe goto error
  7. cdshell PROPER INSTALL %1 %2 %3 
  8. :postcdgp
  9. if errorlevel 4 goto spawned
  10. if errorlevel 3 goto error
  11. if errorlevel 2 goto tasked
  12. if errorlevel 1 goto exit
  13. :spawned
  14. goto direct
  15. :tasked
  16. if not exist CDGAMES.bat echo ERROR -- Unable to use Data Disk, please reinstall
  17. if not exist CDGAMES.bat goto exit
  18. CDGAMES
  19. :error
  20. echo Fatal Error
  21. pause
  22. :exit
  23. cd \
  24.  
  25.